home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00065_Delete All G..ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  205 b   |  13 lines

  1. on mouseUp
  2.   global prev, lastFrame
  3.   if count(movielist) > 0 then
  4.     clearall()
  5.     updateStage()
  6.   else
  7.     repeat with x = 13 to 18
  8.       puppetSprite(x, 0)
  9.     end repeat
  10.     go("NoMov")
  11.   end if
  12. end
  13.